home *** CD-ROM | disk | FTP | other *** search
/ Explore the World of CD …rtainment & Home Learning / Explore the World of CD Entertainment and Home Learning (Magnum Design)(Macworld)(1995).iso / *Consumer Demo CD ƒ / Home Learning / MFIAD / DATA / Shared.Dir / 00760_Script_760 < prev    next >
Text File  |  1995-06-29  |  263b  |  11 lines

  1. on stepMovie
  2.   if rollover(20) and the mousedown then
  3.     sound fadeOut 1, 60
  4.     go "st" of movie "splash.dir"
  5.   else
  6.     if rollover(22) and the mousedown then
  7.       sound fadeOut 1, 60
  8.       go "st" of movie "contentm.dir"
  9.     end if 
  10.   end if 
  11. end